Band

enum Band : Enum<Band>

Represents a frequency band into which a Simpulse channel operates.

Entries

Link copied to clipboard

1.6 GHz band.

Link copied to clipboard

1.8 GHz band.

Link copied to clipboard

2.0 GHz band.

Link copied to clipboard

2.2 GHz band.

Link copied to clipboard

2.3 Ghz band.

Link copied to clipboard

2.4 GHz band.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Band

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Band>

Returns an array containing the constants of this enum type, in the order they're declared.